home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / scanner / todo < prev   
Text File  |  1996-01-23  |  365b  |  8 lines

  1. Expand flags to their #define names, i.e. gadget->Flags = 0x0081 becomes
  2. gadget->Flags = GADGHBOX | SELECTED. This makes the code easier to read.
  3.  
  4. Complete all structures. For instance, screens are never scanned or listed.
  5.  
  6. Provide a way to comfortably select the interesting structures. Scanner
  7. currently lists ALL structures, even those you aren't interested in.
  8.